Micron Document
Fox's Git Mirrors

Node / acehoss / PyTCP.git / commits / c547309

Commit c5473090dae80f9ad2555b6404b70f4c5ce9c4dc


Parents : b65de17
Author : Sebastian Majewski <ccie18643@gmail.com>
Date : 2022-09-12T09:31:50-05:00

Updated readme

Changes

1 files changed, 1 insertions(+), 1 deletions(-)

M README.md +1 -1

Diff

diff --git a/README.md b/README.md
index 9ea9dd6..a2113f6 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# PyTCP (version 2.7)
->> This is development version for the version 3.0 that will convert PyTCP from standalone into library >>
+> This is development version for the version 3.0 that will convert PyTCP from standalone into library
PyTCP is a fully functional TCP/IP stack written in Python. It supports TCP stream based transport with reliable packet delivery based on sliding window mechanism and basic congestion control. It also supports IPv6/ICMPv6 protocols with SLAAC address configuration. It operates as user space program attached to Linux TAP interface. As of today stack is able to send and receive traffic over Internet using IPv4 and IPv6 default gateways for routing.

Served by rngit 1.4.1 - Generated in 0.04s